DataSource for Entity Framework in WPF
C1.LiveLinq.Indexing.Search Namespace / IndexedGroup<T> Class / KeyType Property

In This Topic
    KeyType Property (IndexedGroup<T>)
    In This Topic
    Gets the type of the key of the IndexedGroup<T>.
    Syntax
    'Declaration
     
    Public MustOverride ReadOnly Property KeyType As Type
    public abstract Type KeyType {get;}

    Property Value

    Type of the key of the IndexedGroup<T>.
    See Also